home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / usrlib / src / waitvsyn.c < prev    next >
C/C++ Source or Header  |  1993-01-30  |  163b  |  12 lines

  1. #include <stdio.h>
  2. #include <ryosuke.h>
  3. #include <egb.h>
  4. #include <usrlib.h>
  5.  
  6. void wait_vsync()
  7. {
  8.     int n;
  9.     n=0;
  10.     EGB_palette(EGB_work, 1, (char*)&n);
  11. }
  12.